@charset "utf-8";

/*全局样式*/
* {
	margin: 0;
	padding: 0;
	/*box-sizing: border-box;*/
}

body {
	font-family: 'Microsoft YaHei', Helvetica, Arial;
	font-size: 16px;
	color: #333;
	min-width: 1200px;
}

ul,
li {
	list-style: none;
	box-sizing: border-box;
}

input {
	font-size: 16px;
}

a,
a:hover {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
	zoom: 1;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

/*公共头部样式*/
.header {
	background-color: #2f61ac;
}

.header_top {
	height: 46px;
	background-color: #2f61ac;
}

.header_top .nav_content {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	line-height: 46px;
}

.header_top .nav_content_left {
	float: left;
}

.header_top .nav_content_left>a {
	margin-left: 10px;
	color: #fff;
}

.header_top .nav_content_left>a:hover {
	border-bottom: 1px dotted #bac6d9;
}

.nav_content_right {
	float: right;
	height:46px;
	position:relative;
}

.nav_content_right>li {
	float: left;
	margin-right: 10px;
	color: #fff;

}

.nav_content_right>li:hover {
	color: #a2c7ff;
}
.nav_content_right>li.nav_n_color{
    display:block;
}
.nav_content_right>li.nav_n_color:hover {
	color: #ffffff;
}

.nav_content_right>li a {
	
	/*display: table-cell;*/
	
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
}

.nav_content_right>li a:hover {
	color: #a2c7ff;
}

.nav_content_right>li a>img {
	vertical-align: middle;
	border: 0;
}

.nav_content_right>li.nav_con_icon {
	margin-right: 15px;
}

.nav_content_right>li.nav_con_iconr {
	margin-right: 52px;
}
#landCon{ height:75px; width:40px; text-align:center; position: absolute;
    left: 120px;
    top: 0;
    z-index: 999;}
#yhzx_tc{
	width:100px;
	height:60px;
	display:none;
	text-align:center;
	border:1px solid #dddddd;
	background-color:#eeeeee;
	float:left;
	margin-left:-30px;
	color:#000000;
	/*
	position:absolute;
	top:45px;
	left:50%;
	*/
	line-height:30px;
	text-align:center;
}
#yhzx_tc a{
	display:block;
	width:100%;
	height:30px;
	border-bottom:1px solid #dddddd;
	text-align:center;
	color:#000000;
}
.header_main {
	height: 294px;
	text-align: center;
	background-image: url(2020jczf_head_bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.header_main .header_main_cent {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}

.header_main_cent .jczx_img {
	position: absolute;
	top: 6px;
	left: 0;
	width: 54px;
	height: 72px;
	background-image: url(2020jczf_Jincheng.png);
}

.header_main_logo {
	margin-top: -10px;
}

.header_main_search {
	width: 635px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin: 16px auto 12px;
	position: relative;
	background-image: url(2020jczf_head_search_bg.png);
}

.header_main_search .header_main_search_content {
	width: 570px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	outline: none;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
}

.header_main_search>input::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
}

.header_main_search>input::-moz-placeholder {
	color: #999999;
	font-size: 16px;
}

.header_main_search>input:-ms-input-placeholder {
	color: #999999;
	font-size: 16px;
}

.header_main_search .header_main_search_submit {
	position: absolute;
	width: 66px;
	height: 50px;
	background: url(2020jczf_head_search_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	right: 0;
	cursor: pointer;
	border: none;
	outline: none;
}

.header_main_search_empty {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(2020jczf_nav_close.png);
	cursor: pointer;
	right: 80px;
	top: 15px;
	display: none;
}

.header_main_hot {
	width: 636px;
	height: 22px;
	line-height: 22px;
	margin: 0 auto;
	padding-left: 20px;
	text-align: left;
	color: #de850b;
	/* overflow: hidden; */
	box-sizing: border-box;
}

.header_main_hot>span {
	margin-right: 10px;
}

.header_main_hot>a {
	height: 22px;
	display: inline-block;
	color: #de850b;
	margin-right: 10px;
}

.header_main_hot>a>span {
	display: inline-block;
	cursor: pointer;
}

.header_main_hot>a:hover>span {
	border-bottom: 1px dotted #de850b;
}

/*公共底部样式*/
.footer {
	color: #ffffff;
	background-color: #2f61ac;
}

.footer_top {
	border-bottom: 1px solid #6a8cc1;
}

.footer_top>ul {
	height: 65px;
	line-height: 65px;
	width: 1200px;
	margin: 0 auto;
	height: 65px;
	overflow: hidden;
	clear: both;
}

.footer_top>ul>li {
	width: 20%;
	float: left;
	position: relative;
	height: 65px;
	text-indent: 20px;
	font-size: 18px;
	cursor: pointer;
}

.footer_top>ul>li>i {
	position: absolute;
	width: 12px;
	height: 8px;
	top: 30px;
	right: 40px;
	background-image: url(2020jczf_select_icon.png);
}

.footer_top_li_active {
	background-color: #3b6ab1;
}

.footer_top_info {
	width: 1200px;
	margin: 0 auto;
}

.footer_top_info_item {
	padding: 20px 20px 5px 20px;
	background-color: #3b6ab1;
	display: none;
}

.footer_top_info_item>a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #ffffff;
	box-sizing: border-box;
}

.bmAdd>a {
	width:150px;
}

.footer_top_info_item>a:hover {
	/*border-bottom: 1px dotted #ffffff;*/
}

.footer_bottom {
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0;
	font-size: 14px;
	overflow: hidden;
}

.footer_bottom_left {
	width: auto;
	padding: 14px 20px;
	background-color: #3b6ab1;
	line-height: 26px;
	float: left;
}

.footer_bottom_left>a {
	margin: 0 10px;
	color: #ffffff;
	border-bottom: 1px solid #3b6ab1;
	box-sizing: border-box;
}

.footer_bottom_left>a:hover {
	border-bottom: 1px dotted #ffffff;
}

.footer_bottom_left>a:first-child {
	margin: 0 10px 0 0;
}

.footer_bottom_left>a:hover {
	color: #ffffff;
}

.footer_bottom_left>span {
	margin-right: 10px;
}

.footer_bottom_left>i {
	width: 18px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	/* position: relative; */
	background-image: url(2020jczf_footer_1.png);
}

.footer_bottom_right {
	float: right;
	margin-top: 16px;
	height: 83px;
	vertical-align: middle;
	margin-right: 60px;
}

.footer_bottom_right img {
	margin-right: 30px;
	vertical-align: middle;
	border: none;
}

/*公共菜单样式*/
.nav {
	position: relative;
	z-index: 2;
}

.nav_mb {
	position: absolute;
	width: 100%;
	left: 0;
	top: 590px;
	background-color: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	z-index: 3;
}

.nav_menu_box {
	height: 64px;
	background-color: #2f61ac;
}

.nav_menu_box>ul {
	width: 1200px;
	margin: 0 auto;
}

.nav_menu_box>ul>li {
	height: 64px;
	line-height: 64px;
	float: left;
	cursor: pointer;
}

.nav_menu_box>ul>li>i {
	position: absolute;
	width: 29px;
	height: 9px;
	left: 50%;
	margin-left: -14.5px;
	bottom: 0px;
	background: url(2020jczf_triangle.png) no-repeat;
	background-position: 2px center;
	display: none;
}

.nav_menu_box>ul>li.nav_home {
	width: 94px;
	text-align: center;
	line-height: 64px;
	vertical-align: middle;
	position: relative;
}

.nav_menu_box>ul>li.nav_home .nav_line {
	width: 1px;
	height: 24px;
	background-color: #366ec2;
	margin-top: 22px;
	float: right;
}

.nav_home_icon {
	position: absolute;
	width: 41px;
	left: 50%;
	margin-left: -20.5px;
	top: 11px;
	height: 42px;
	border:none;
}

.nav_menu_box>ul>li.nav_active {
	background-color: #4890fb;
}

.nav_menu_box>ul>li:hover {
	background-color: #4890fb;
	cursor: pointer;
}

.nav_menu_box>ul>li:hover i {
	display: block;
}

.nav_menu_box>ul>li.on {
	background-color: #4890fb;
	cursor: pointer;
}

.nav_menu_box>ul>li.on i {
	display: block;
}

.nav_menu_box>ul>li:hover .nav_line,
.nav_menu_box>ul>li.nav_active .nav_line {
	display: none;
}

.nav_menu_box>ul>li .nav_line.hidden {
	visibility: hidden;
}

.nav_menu_box>ul>li.nav_active i {
	display: block;
}

.nav_menu_box>ul>li.nav_menu {
	width: 158px;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
}

.nav_menu_top {
	height: 55px;
}

.nav_menu_top_left {
	width: 157px;
	text-align: center;
	height: 55px;
	line-height: 65px;
	color: #ffffff;
	font-size: 26px;
	float: left;
	cursor: pointer;
}

.nav_menu_top .nav_line {
	width: 1px;
	height: 24px;
	background-color: #366ec2;
	margin-top: 22px;
	float: left;
}

.nav_menu_bottom {
	clear: both;
	height: 9px;
	text-align: center;
}

.nav_menu_bottom i {
	width: 26px;
	height: 9px;
	margin-bottom: 0px;
	margin: 0 auto;
	background: url(2020jczf_triangle.png) no-repeat;
	display: none;
}

.nav_menu_box>ul>li.nav_menu span.nav_line {
	display: block;
	width: 2px;
	height: 24px;
	background-color: #366ec2;
	position: absolute;
	right: 0;
	top: 22px;
}

.nav_more {
	position: absolute;
	width: 100%;
	height: 590px;
	left: 0;
	top: 64px;
	background-color: #ffffff;
	z-index: 2;
	/*border-bottom: 1px solid #e5e5e5;*/
	box-shadow: none;
	cursor: default;
	display: none;
}

.nav_more img {
	border: none;
}

.nav_more_show {
	display: block;
}

.nav_more_item {
	width: 1200px;
	margin: 0 auto;
	padding-top: 32px;
	/*overflow: hidden;*/
	text-align: left;
	color: #333333;
	font-size: 16px;
	line-height: 1;
}

.nav_more_1_top {
	height: 326px;
}

.nav_more_1_top_left {
	float: left;
	width: 580px;
	height: 100%;
	font-size: 16px;
	text-align: left;
	color: #333333;
	line-height: 28px;
	background: url(2020jczf_yh.png);
}

.nav_more_1_top_left .content_right_title {
	position: relative;
	margin-top: 24px;
	margin-left: 45px;

}

.content_right_title .content_right_title_text {
	position: absolute;
	left: 52px;
	top: 6px;
	font-size: 24px;
	color: #d51618;
}

.nav_more_1_top_left .content_right_bottom {
	margin-top: 30px;
	padding: 0 5px 0 45px;
	height: auto;
	overflow: hidden;
}

.nav_more_1_top_left .content_secretary_left,
.nav_more_1_top_left .content_offposition_left {
	font-size: 20px;
	font-weight: bold;
	height: 41px;
	line-height: 35px;
	display: inline-block;
}

.nav_more_1_top_left .content_secretary_right {
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	width: 89px;
	height: 41px;
	line-height: 35px;
	text-align: center;
}

.content_secretary_right:hover {
	background-image: url(2020jczf_nav_a1.png);


}

.content_secretary_right a {
	color: #555;
	text-decoration: none;
}

.content_secretary_right:hover a {
	color: #fff;
}

.nav_more_1_top_left .offposition {
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}

.nav_more_1_top_left .offposition .content_offposition_left {
	float: left;
}

.nav_more_1_top_left .offposition .content_offposition_right {
	width: 460px;
	float: right;
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.nav_more_1_top_left .offposition .content_offposition_right {
	/* margin-left: 20px; */
}

.nav_more_1_top_left .offposition .content_offposition_right>li {
	float: left;
	height: 41px;
	line-height: 35px;
	margin-left: 20px;
	width: 89px;
	text-align: center;
}

.nav_more_1_top_left .offposition .content_offposition_right>li a {
	color: #555;
	font-size: 20px;
	text-decoration: none;
}

.nav_more_1_top_left .offposition .content_offposition_right>li:hover {

	background-image: url(2020jczf_nav_a1.png);
}

.nav_more_1_top_left .offposition .content_offposition_right>li:hover a {
	color: #ffffff;
}

.nav_more_1_top_right {
	float: right;
	width: 582px;
	height: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 1;
	text-align: left;
}

/* .nav_more_1_top_right .slideTxtBox .slideTxtBox_bottom li {
	margin-top: 30px;
}
.nav_more_1_top_right .slideTxtBox .slideTxtBox_bottom LI > A {
	vertical-align: auto;
} */
.nav_more_1_top_right .slideTxtBox {
	width: 580px;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top {
	height: 56px;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul {
	padding-left: 0;
	margin: 0;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul li {
	padding: 0 15px;
	list-style: none;
	float: left;
	line-height: 56px;
	font-size: 24px;
	cursor: pointer;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul li i {
	width: 67px;
	height: 56px;
	background: url(2020jczf_dang.png) center no-repeat;
	float: left;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul li>img {
	display: none;
	float: left;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul li a {
	color: #000;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul li.active {
	position: relative;
	height: 58px;
	*height: 55px;
	border-bottom: 3px solid #2f61ac;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul li.active a {
	color: #2f61ac;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul li.active>img {
	display: block;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_top ul li.active>.triangle {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #2f61ac;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_bottom ul {
	margin-top: 10px;
	display: none;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_bottom ul.show {
	display: block;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_bottom li {
	background: url(2020jczf_xy.png);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	margin-top: 0px;
	padding-left: 24px;
	height: 48px;
	line-height: 48px;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_bottom li>a {
	display: block;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_bottom li>a:hover {
	color: #2f61ac;
}

.nav_more_1_top_right .slideTxtBox .slideTxtBox_bottom li .date {
	float: right;
	color: #999;
	/* padding-left: 30px; */
}

.nav_more_1_bottom {
	/* overflow: hidden; */
}

.nav_more_1_bottom_left {
	width: 860px;
	float: left;
	padding-top: 35px;
}

.nav_more_1_bottom_left>ul>li {
	float: left;
	width: 158px;
	height: 62px;
	margin: 0 12px 12px 0;
	line-height: 64px;
	text-align: center;
	border-radius: 5px;
	background-color: #fff3f2;
	border: 1px solid #fff3f2;
	/*transition: all .5s;*/
	cursor: pointer;
	/*background-image: url(2020jczf_nav_a2.png);*/
	box-sizing: content-box;
}

.nav_more_1_bottom_left_icon {
	display: none;
	vertical-align: middle;
	margin-top: -8px;
}

.nav_more_1_bottom_left>ul>li a {
	color: #000;
}

.nav_more_1_bottom_left>ul>li:hover a {
	color: #d51618;
}

.nav_more_1_bottom_left>ul>li:hover {
	color: #d51618;
	background: url(2020jczf_dang.png) 10px center no-repeat;
	border: 1px solid #d51618;
	padding-left: 46px;
	width: 112px;
}

.nav_more_1_bottom_left>ul>li:hover .nav_more_1_bottom_left_icon {
	display: inline-block;
}

.nav_more_1_bottom_left>ul>li.nav_more_1_active {
	color: #d51618;
	border: 1px solid #d51618;
}

.nav_more_1_bottom_left>ul>li.nav_more_1_active .nav_more_1_bottom_left_icon {
	display: inline-block;
}

.nav_more_1_bottom_right {
	width: 352px;
	float: left;
	margin-top: 30px;
	margin-left: -12px;
	/* overflow: hidden; */
}

.nav_more_1_bottom_right>ul>li {
	position: relative;
	float: left;
	width: 118px;
	height: 156px;
	margin-left: 58px;
	text-align: center;
	transition: transform 1s;
	transform: translateY(0);
}

.nav_more_1_bottom_right>ul>li::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 96%;
	height: 5px;
	content: '';
	transition: transform 1s;
	transform: translate(-50%, 0);
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);

}

.nav_more_1_bottom_right>ul>li:hover {
	transition: transform 1s;
	transform: translateY(-30px);
}

.nav_more_1_bottom_right>ul>li:hover::after {
	transition: transform 1s;
	transform: translate(-50%, 30px) scale(.75);
}

.nav_more_1_bottom_right>ul>li:hover .nav_more_1_title {
	transform: scale(1);
	text-align: center;
	opacity: 1;
	color: #834209;
	filter: alpha(opacity=100);
}

.nav_more_1_bottom_right>ul>li .nav_more_1_img {
	width: 100%;
	height: 100%;
	border: none;
}

.nav_more_1_bottom_right>ul>li .nav_more_1_img:hover {
	transform: scale(1.05, 1.05);
}

.nav_more_1_bottom_right>ul>li .nav_more_1_title {
	width: 80%;
	border: none;
	display: block;
	transition: transform 1s;
	transform: scale(.01);
	transform-origin: 50% 0;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 0 auto;
}

.nav_more_2_top {
	overflow: hidden;
	height: 220px;
	margin-top: 18px;
}

.nav_more_2_top_left,
.nav_more_2_bottom_left {
	width: 580px;
	float: left;
	overflow: hidden;
}

.nav_more_2_top_right,
.nav_more_2_bottom_right {
	width: 580px;
	float: right;
	overflow: hidden;
}

.nav_more_list_head {
	height: 47px;
	border-bottom: 1px solid #dfdfdf;
}

.nav_more_list_head>div {
	height: 47px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	cursor: pointer;
	font-size: 24px;
}

.nav_more_list_head>div>a {
	color: #333333;
}

.nav_more_list_head>.active {
	border-bottom: 3px solid #2f61ac;
	position: relative;
	color: #2f61ac;
}

.nav_more_list_head>div.active>a {
	color: #2f61ac;
}

.nav_more_list {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}

.nav_more_2_top_left .nav_more_list,
.nav_more_2_top_right .nav_more_list,
.nav_more_2_bottom_left .nav_more_list {
	margin-top: 8px;
}

.nav_more_list>li {
	background: url(2020jczf_xy.png);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_more_list>li .date {
	float: right;
	color: #999;
	margin-left: 30px;
}

.nav_more_list>li>p {
	margin-left: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_more_list>li>p>a {
	text-decoration: none;
	color: #000;
}

.nav_more_list>li>p>a:hover {
	color: #2f61ac;
}

.nav_more_list>li>a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.nav_more_list>li:hover {
	color: #2f61ac;
}

.nav_more_list>li:hover .nav_more_list_text {
	color: #2f61ac;
}

.nav_more_list .nav_more_list_time {
	color: #999999;
	float: right;
}

.nav_more_list .nav_more_list_text {
	display: inline-block;
	width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	color: #000000;
	cursor: pointer;
}

.nav_more_list .icon_Point {
	display: block;
	float: left;
	margin-right: 12px;
	margin-top: 22px;
}

.nav_more_list_bottom>div,
.nav_more_list_bottom1>div {
	display: none;
}

.nav_more_list_bottom>div.show,
.nav_more_list_bottom1>div.show {
	display: block;
}

.nav_more_2_bottom {
	margin-top: 50px;
	overflow: hidden;
}

.nav_more_2_bottom_right>ul {
	overflow: hidden;
	margin-top: 2px;
}

.nav_more_2_bottom_right>ul li {
	width: 180px;
	height: 180px;
	background-color: #7a9df2;
	color: #ffffff;
	text-align: center;
	float: left;
	margin-right: 20px;
	border-radius: 6px;
	cursor: pointer;
	behavior: url(images/2020jczf_PIE.htc);

}

.nav_more_2_bottom_right>ul li.last {
	margin-right: 0;
}

.nav_more_2_bottom_right>ul li>div {
	height: 116px;
	line-height: 116px;
}

.nav_more_2_bottom_right>ul li>div>img {
	margin-top: 35px;
	/* vertical-align: middle; */
	border: none;
	transition: all .5s;
}

.nav_more_2_bottom_right>ul li:hover img {
	margin-top: 20px;
}

.nav_more_2_bottom_right>ul li>p {
	font-size: 24px;
}

.nav_more_3_left {
	width: 760px;
	float: left;
	padding-bottom: 10px;
	margin-top: -20px;
}

.nav_more_3_left_top_ul {
	overflow: hidden;
	width: 754px;
	height: 322px;
	margin: 20px auto auto auto;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	border-radius: 2px;

}

.nav_more_3_left_top_ul li {
	width: 126px;
	height: 130px;
	margin-left: 20.5px;
	margin-top: 20px;
	background-color: #ffffff;
	float: left;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #c9c9c9;
	cursor: pointer;
	behavior: url(images/2020jczf_PIE.htc);
}

.nav_more_3_left_top_ul li>p {
	color: #333333;
}

.nav_more_3_left_top_img_box {
	height: 88px;
}

.nav_more_3_left_top_img1 {
	margin-top: 25px;
	border: none;
}

.nav_more_3_left_top_img2 {
	margin-top: 25px;
	display: none;
	border: none;
}

.nav_more_3_left_top_ul li:hover {
	background-color: #7a9df0;
	border: 1px solid #7a9df0;
	box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.nav_more_3_left_top_ul li:hover p {
	color: #ffffff;
}

.nav_more_3_left_top_ul li:hover .nav_more_3_left_top_img1 {
	display: none;
}

.nav_more_3_left_top_ul li:hover .nav_more_3_left_top_img2 {
	display: inline;
}

.nav_more_3_left_bottom {
	/* overflow: hidden; */
	margin-top: 36px;
	*margin-top: 55px;
	width: 100%;
	clear: both;
}

.nav_more_3_left_bottom>a {
	display: block;
	width: 363px;
	float: left;
	height: 72px;
	line-height: 72px;
	font-size: 24px;
	text-align: center;
	color: #333333;
	border: 1px dashed #c9c9c9;
	box-sizing: border-box;
	margin-right: 30px;
	border-radius: 6px;
	transition: all .5s;
}

.nav_more_3_left_bottom>a.nav_more_3_left_bottom_last {
	margin-right: 0;
}

.nav_more_3_left_bottom>a:hover {
	color: #ffffff;
	box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.3);
	margin-top: -6px;
	background-color: #d64316;
	border: 1px solid #d64316;
}

.nav_more_list_bottom1 {
	width: 757px;
}

.nav_more_3_right {
	width: 415px;
	float: right;
}

.nav_more_3_right>a {
	display: block;
	width: 415px;
	height: 139px;
	overflow: hidden;
	margin-bottom: 16px;
}

.nav_more_3_right>a:hover .nav_more_3_right_img {
	width: 110%;
	height: 110%;
	margin-left: -5%;
}

.nav_more_3_right_img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	transition: all .5s;
}

.nav_more_3_right_title {
	height: 36px;
	overflow: hidden;
	margin-top: 45px;
}

.nav_more_3_right_title_left {
	width: 200px;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	background-color: #2f61ac;
	font-size: 24px;
	border-radius: 20px;

}

.nav_more_3_right_title_right {
	width: 215px;
	height: 1px;
	background-color: #dfdfdf;
	margin-top: 16px;
	float: left;
}

.nav_more_3_right ul {
	margin-top: 32px;
}

.nav_more_3_right li {
	float: left;
	border-left: 1px solid #000000;
	color: #000000;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 23px;
}

.nav_more_3_right li>a {
	color: #000000;
	white-space: nowrap
}

.nav_more_3_right li:hover a {
	color: #2f61ac;
}

.nav_more_4_top {
	overflow: hidden;
	padding-bottom: 10px;
}

.nav_more_4_top_left {
	width: 758px;
	float: left;
}

.nav_more_4_top_right {
	width: 413px;
	float: right;
	margin-top: 40px;
}

.nav_more_4_a {
	height: 100px;
	overflow: hidden;
	margin-top: 30px;
}

.nav_more_4_a_left {
	width: 106px;
	height: 100px;
	float: left;
	background: #2a6dc3 url(2020jczf_nav_4_1.png);
	background-repeat: no-repeat;
	background-position: center center;

}

.nav_more_4_a_right {
	width: 651px;
	float: left;
	height: 100px;
	background-color: #f8f8f9;
	box-sizing: border-box;
}

.nav_more_4_a_right>h2 {
	height: 52px;
	line-height: 52px;
	margin: 0 15px;
}

.nav_more_4_a_right>h2>a {
	font-size: 18px;
	font-weight: bold;
	color: #4e78ac;
}

.nav_more_4_a_bottom {
	height: 30px;
	margin: 0 15px;
}

.nav_more_4_a_bottom>p {
	float: left;
	width: 220px;
	height: 28px;
	line-height: 28px;
	margin-right: 36px;
}

.nav_more_4_a_bottom_span1 {
	width: 110px;
	height: 28px;
	float: left;
	text-align: center;
	color: #ffffff;
	background-color: #2a6dc3;
}

.nav_more_4_a_bottom_span2 {
	width: 110px;
	height: 28px;
	float: left;
	text-align: center;
	background-color: #ffffff;
	color: #2f61ac;
}

.nav_more_4_a_bottom>a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: center;
	font-weight: bolder;
	color: #4e78ac;
	border: 1px dashed #4e78ac;
}

.nav_more_4_a_bottom>a:hover {
	color: #ffffff;
	background-color: #2f61ac;
	border: 1px solid #2f61ac;
}

.nav_more_4_b {
	margin-top: 25px;
}

.nav_more_4_b>ul>li {
	height: 30px;
	*height: 25px;
	line-height: 30px;
	/* overflow: hidden; */
	margin-bottom: 16px;
}

.nav_more_4_b>ul>li>p {
	width: 535px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_more_4_b>ul>li>p>a {
	color: #000000;
}

.nav_more_4_b>ul>li>p>a:hover {
	color: #2f61ac;
}

.nav_more_4_b_span1 {
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 15px;
	float: left;
	color: #2f61ac;
	border: 1px solid #2f61ac;
}

.nav_more_4_b_span2 {
	height: 30px;
	line-height: 30px;
	float: right;
}

.nav_more_4_b_span2>a {
	color: #000000;
}

.nav_more_4_b_span2>a:hover {
	color: #2f61ac;
}

.nav_more_4_c {
	margin-top: 70px;
	*margin-top: 40px;
	height: 118px;
	/* overflow: hidden; */
}

.nav_more_4_c_left {
	width: 329px;
	height: 118px;
	float: left;
}

.nav_more_4_c_left img {
	width: 100%;
	height: 100%;
	border: none;
}

.nav_more_4_c_right {
	float: right;
	padding-bottom: 5px;
}

.nav_more_4_c_item {
	width: 118px;
	height: 118px;
	float: right;
	margin-left: 15px;
	text-align: center;
	color: #ffffff;
	border-radius: 6px;
	font-size: 18px;
	cursor: pointer;
	behavior: url(images/2020jczf_PIE.htc);
}

.nav_more_4_c_item:hover {
	box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

/* .nav_more_4_c_item:hover img {
	transform: scale(1.1, 1.1);
	margin-top: 15px;
} */

.nav_more_4_c_color1 {
	background-color: #7a9df2;
}

.nav_more_4_c_color2 {
	background-color: #f29a76;
}

.nav_more_4_c_color3 {
	background-color: #80c269;
}

.nav_more_4_c_img_box {
	height: 72px;
}

.nav_more_4_c_img_box img {
	border: none;
	margin-top: 20px;
	transition: all .5s;
}

.nav_more_4_d {
	width: 100%;
	height: 312px;
	position: relative;
	font-size: 20px;
}

.nav_more_4_d_btn1 {
	position: absolute;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	left: 35px;
	bottom: 32px;
	background-color: #ffffff;
	border-radius: 30px;
	text-indent: 30px;
	color: #4e78ac;
	font-weight: bold;
	transition: all .5s;
	behavior: url(images/2020jczf_PIE.htc);
	cursor: pointer;

}

.nav_more_4_d_btn1:hover {
	bottom: 36px;
}

.nav_more_4_d_btn2 {
	position: absolute;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	right: 35px;
	bottom: 32px;
	background-color: #ffffff;
	border-radius: 30px;
	text-indent: 30px;
	color: #4e78ac;
	font-weight: bold;
	transition: all .5s;
	behavior: url(images/2020jczf_PIE.htc);
	cursor: pointer;
}

.nav_more_4_d_btn2:hover {
	bottom: 36px;
}

.nav_more_4_d_btn1>img,
.nav_more_4_d_btn2>img {
	position: absolute;
	border: none;
	left: 20px;
	top: 12px;
}

.nav_more_4_e {
	margin-top: 40px;
}

.nav_more_4_e img {
	border: none;
}

.nav_more_5_a {
	overflow: hidden;
	height: 391px;
}

.nav_more_5_a_left {
	width: 756px;
	float: left;
}

.nav_more_5_a_left .affairs_header {
	width: 100%;
	overflow: hidden;
	height: 30px;
}

.affairs_header>div {
	padding-right: 36px;
	float: left;
	font-size: 24px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}

.affairs_header>.active {
	color: #2f61ac;
}

.nav_more_5_a_left .affairs_information {
	margin-top: 36px;
	padding-left: 0;
	padding-top: 0;
}

.affairs_information>div {
	display: none;
}

.information_content {
	overflow: hidden;
	clear: both;
}

.information_content>.headimage {
	width: 130px;
	height: 167px;
	float: left;
}

.information_content>.headimage>img {
	width: 100%;
	height: auto;
}

.nav_more_5_a_left .information_text {
	float: right;
	width: 596px;
	overflow: hidden;
	height: 166px;
	margin-left: auto;
	padding: 0px;
	border: dashed 1px #c9c9c9;
	height: 167px;
	box-sizing: border-box;
}

.nav_more_5_a_left .information_text .information_text_main {
	margin: 20px;
}

.information_text .secretary {
	font-size: 18px;
	font-weight: bold;
	margin-right: 19px;
	color: #000000;
}

.information_text .secretary+span {
	font-size: 18px;
	color: #2f61ac;
}

.information_text .secretary+span a {
	cursor: pointer;
	color: #2f61ac;
}

.description {
	margin-top: 10px;
	line-height: 28px;
	color: #555555;
	font-size: 16px;
}

.nav_more_5_a_left .information_other {
	margin-top: 44px;
	overflow: hidden;
}

.nav_more_5_a_left .information_title {
	font-size: 20px;
	font-weight: 800;
	float: left;
	height: 32px;
	line-height: 32px;
}

.nav_more_5_a_left .information_right {
	width: 670px;
	float: left;
	margin-left: 19px;
	padding-left: 0;
	height: 56px;
	overflow: hidden;
}

.nav_more_5_a_left .information_two {
	margin-top: 0px;
}

.nav_more_5_a_left .information_two>.information_title {
	width: 65px;
	/* letter-spacing: 5px; */
	white-space: nowrap;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
}

.nav_more_5_a_left .information_two>a {
	margin-bottom: 28px;
}

.nav_more_5_a_left .information_right>a {
	display: inline-block;
	width: 89px;
	height: 41px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 15px;
	/* margin-right: 4px; */
	font-size: 20px;
	white-space: nowrap;
	border-radius: 6px;
	color: #2f61ac;
	cursor: pointer;

}

.nav_more_5_a_left .information_right>a:hover {
	/* background-color: #7a9df2;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3); */
	color: #FFFFFF;
	background-image: url(2020jczf_nav_a4.png);
}

.nav_more_5_a_left .information_right>a.spacing {
	letter-spacing: 0px;
}

.nav_more_5_a_left .information_one>div {
	float: left;
}

.nav_more_5_a_left .information_other>div {
	overflow: hidden;
}

.nav_more_5_a_right {
	width: 404px;
	height: 391px;
	float: right;
	margin-right: 1px;
	border: solid 1px #c9c9c9;
	box-sizing: border-box;
}

.nav_more_5_a_right_main {
	margin: 22px 22px 12px 22px;
}

.nav_more_5_a_right_main>div {
	height: 50px;
	background-color: #eff4fe;
	cursor: pointer;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 9.5px;
	position: relative;
	background-image: url(2020jczf_xxbj.png);
	background-size: cover;
	overflow: hidden;
}

.nav_more_5_a_right_main>div>.div_back {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 6px;
	background-color: #2f61ac;
	z-index: 20;
}

.nav_more_5_a_right_main>div>a {
	display: block;
	position: relative;
	z-index: 30;
	padding-left: 58px;
	color: #000000;
}

.icon_box {
	display: inline-block;
	width: 38px;
	height: 35px;
	background: url(2020jczf_zwgk.png);
	vertical-align: middle;
	margin-right: 37px;
}

/*政府信息公开指南*/
.nav_more_5_a_right_main>.pointer .icon_box {
	background-position: -44px -50px;
}

.nav_more_5_a_right_main>div.pointer_active a {
	color: #ffffff;
}

.nav_more_5_a_right_main>div.pointer_active .icon_box {
	background-position: 0px -50px;
}

/*政府信息公开条例*/
.nav_more_5_a_right_main>.information .icon_box {
	background-position: -136px -50px;
}

.nav_more_5_a_right_main>.information_active .icon_box {
	background-position: -88px -50px;
}

.nav_more_5_a_right_main>.information_active a {
	color: #ffffff;
}

/*政府信息公开目录*/
.nav_more_5_a_right_main>.losure .icon_box {
	background-position: -217px -50px
}

.nav_more_5_a_right_main>.losure_active .icon_box {
	background-position: -180px -50px
}

.nav_more_5_a_right_main>.losure_active a {
	color: #ffffff;
}

/*政府信息公开年报*/
.nav_more_5_a_right_main>.annual .icon_box {
	background-position: -293px -50px
}

.nav_more_5_a_right_main>.annual_active .icon_box {
	background-position: -253px -50px
}

.nav_more_5_a_right_main>.annual_active a {
	color: #ffffff;
}

/*政府信息依申请公开*/
.nav_more_5_a_right_main>.opened .icon_box {
	background-position: -369px -50px
}

.nav_more_5_a_right_main>.opened_active .icon_box {
	background-position: -330px -50px
}

.nav_more_5_a_right_main>.opened_active a {
	color: #ffffff;
}

/*政府网站公开年报*/
.nav_more_5_a_right_main>.website .icon_box {
	background-position: -460px -50px
}

.nav_more_5_a_right_main>.website_active .icon_box {
	background-position: -412px -50px
}

.nav_more_5_a_right_main>.website_active a {
	color: #ffffff;
}

.nav_more_5_b {
	position: relative;
	height: 100px;
	margin-top: 31px;
	overflow: hidden;
}

.nav_more_5_b_left {
	position: absolute;
	width: 50px;
	height: 100px;
	left: 0;
	top: 0;
	background: #f9f9f9 url(2020jczf_nav_5_12.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 2;
}

.nav_more_5_b_right {
	position: absolute;
	width: 50px;
	height: 100px;
	right: 0;
	top: 0;
	background: #f9f9f9 url(2020jczf_nav_5_13.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 2;
}

.nav_more_5_b_main {
	width: auto;
	margin: 0 70px !important;
	height: 100px;
	white-space: nowrap;
}

.nav_more_5_b_main_ul {
	white-space: nowrap;
	font-size: 0px;
}

.nav_more_5_b_item {
	width: 158px;
	height: 98px;
	/* float: left; */
	/* margin-left: 25.5px;
	*margin-left: 20px; */
	border: 1px solid #c9c9c9;
	box-sizing: content-box;
	text-align: center;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	margin: 0 20px 0 0;
	font-size: 16px;
}

.nav_more_5_b_item a {
	color: #333333;
}

.nav_more_5_b_img_box {
	height: 65px;
	text-align: center;
}

.nav_more_5_b_img_box img {
	margin-top: 14px;
	border: none;
}

.nav_more_5_b_item:hover {
	background-color: #7a9df2;
	color: #ffffff;
}

.nav_more_5_b_item:hover a {
	color: #ffffff;
}

.nav_more_5_b_img2 {
	display: none;
}

.nav_more_5_b_item:hover .nav_more_5_b_img1 {
	display: none;
}

.nav_more_5_b_item:hover .nav_more_5_b_img2 {
	display: inline;
}

.nav_more_6_left {
	width: 430px;
	float: left;
}

.nav_more_6_left_top {
	width: 430px;
	height: 382px;
	box-shadow: 0 0 3px 3px #dedede;
	margin: 5px 0 5px 5px;
	position: relative;
	background-color: #ffffff;
	behavior: url(images/2020jczf_PIE.htc);
}

.nav_more_6_pic {
	width: 430px;
	height: 320px;
}

.nav_more_6_pic img {
	border: 0;
	width: 420px;
	height: 310px;
	padding-top: 5px;
	padding-left: 5px;
	/* border: 5px solid #ffffff; */
}

.nav_more_6_text {
	position: absolute;
	width: 330px;
	height: 62px;
	left: 0;
	bottom: 0;
	line-height: 62px;
	overflow: hidden;
	padding-left: 22px;
	color: #000000;
}

.nav_more_6_text a {
	color: #000000;
}

.nav_more_6_text a:hover {
	color: #2f61ac;
}

.nav_more_6_num {
	position: absolute;
	width: 80px;
	height: 62px;
	right: 0;
	bottom: 0;
	line-height: 62px;
	text-align: center;
	z-index: 88;
}

.nav_more_6_num li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #e06835;
	margin: 28px 4px 0 4px;
	cursor: pointer;
	float: left;
	behavior: url(images/2020jczf_PIE.htc);
}

.nav_more_6_num li.on {
	background-color: #e06835;
}

.nav_more_6_left_bottom {
	width: 430px;
	height: 97px;
	margin-top: 33px;
	position: relative;
}

.nav_more_6_left_bottom img,
.nav_more_6_right_bottom_left img,
.nav_more_6_right_bottom_right img {
	width: 100%;
	height: 100%;
}

.nav_more_6_a {
	position: absolute;
	width: 97px;
	height: 97px;
	left: 0;
	top: 0;
	transition: all .5s;
	background-color: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
}

.nav_more_6_a p {
	line-height: 30px;
	margin-top: 18.5px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.nav_more_6_left_bottom:hover .nav_more_6_a {
	width: 100%;
}

.nav_more_6_left_bottom:hover p {
	line-height: 60px;
}

.nav_more_6_left_bottom:hover br {
	display: none;
}

.nav_more_6_right {
	width: 730px;
	float: right;
}

.nav_more_6_info {
	height: 286px;
	overflow: hidden;
}

.nav_more_6_info p {
	text-indent: 2em;
	margin-top: 6px;
	line-height: 31px;
	color: #000000;
}

.nav_more_6_list {
	overflow: hidden;
	height: 105px;
}

.nav_more_6_list li {
	width: 156.5px;
	height: 100px;
	border: 1px solid #eeeeee;
	float: left;
	margin-left: 32px;
	cursor: pointer;
	behavior: url(images/2020jczf_PIE.htc);
}

.nav_more_6_list li.nav_more_6_list_li_first {
	margin-left: 0;
}

.nav_more_6_list li:hover {
	background-color: #7a9df2;
	border: 1px solid #7a9df2;
	box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
	behavior: url(images/2020jczf_PIE.htc);
}

.nav_more_6_list_li_first:hover {
	margin-left: 0;
}

.nav_more_6_list li:hover .nav_more_6_img1 {
	display: none;
}

.nav_more_6_list li:hover .nav_more_6_img2 {
	display: inline;
}

.nav_more_6_list li:hover p {
	color: #ffffff;
}

.nav_more_6_img_box {
	height: 70px;
	text-align: center;
	cursor: pointer;
}

.nav_more_6_img_box img {
	margin-top: 8px;
	cursor: pointer;
	transition: all .5s;
}

.nav_more_6_img2 {
	display: none;
}

.nav_more_6_list p {
	height: 30px;
	text-align: center;
	color: #000000;
	cursor: pointer;
}

.nav_more_6_right_bottom {
	overflow: hidden;
	clear: both;
	margin-top: 27px;
}

.nav_more_6_right_bottom_left {
	width: 347px;
	height: 97px;
	float: left;
	position: relative;
}

.nav_more_6_right_bottom_right {
	width: 347px;
	height: 97px;
	float: right;
	position: relative;
}

.nav_more_6_right_bottom_left:hover .nav_more_6_a {
	width: 100%;
}

.nav_more_6_right_bottom_left:hover br {
	display: none;
}

.nav_more_6_right_bottom_left:hover p {
	line-height: 60px;
}

.nav_more_6_right_bottom_right:hover .nav_more_6_a {
	width: 100%;
}

.nav_more_6_right_bottom_right:hover br {
	display: none;
}

.nav_more_6_right_bottom_right:hover p {
	line-height: 60px;
}

/*服务下拉列表*/
.nav_more_3_left_top .tabbar {
	height: 60px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 24px;
}

.nav_more_3_left_top .tabbar>li {
	padding: 0 10px;
	line-height: 58px;
	float: left;
	position: relative;
	cursor: pointer;
}

.nav_more_3_left_top .tabbar>li a {
	color: #000;
}

.nav_more_3_left_top .tabbar>li.active {
	position: relative;

	border-bottom: 3px solid #2f61ac;
}

.nav_more_3_left_top .tabbar>li.active a {
	color: #2f61ac;
}

.nav_more_3_left_top .tabbar>li.active .triangle {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #2f61ac;
}

.nav_more_3_left_top .tabbar_list_box {
	margin-top: 28px;
}

.nav_more_3_left_top .tabbar_list {
	position: relative;
	width: 756px;
	height: 323px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	*box-shadow: 0 1px 5px #c4c4c4;
	box-shadow: 0 1px 5px #c4c4c4 \9;
	/* behavior: url(images/2020jczf_PIE.htc); */
}

.nav_more_3_left_top .tabbar_box {
	width: auto;
	height: 326px;
	position: relative;
}

/* .nav_more_3_left_top .tabbar_box:hover {
    *margin-top: 22px;
} */
.nav_more_3_left_top .tabbar_list_li {
	margin: 24px auto auto auto;
	width: 737px;
	height: 280px;
	display: none;
}

.nav_more_3_left_top .tabbar_box .tabbar_btn_left,
.nav_more_3_left_top .tabbar_box .tabbar_btn_right {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0.6;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
	display: none;
}

.nav_more_3_left_top .tabbar_list_li>ul {
	display: none;
}

.nav_more_3_left_top .tabbar_box .tabbar_btn_left {
	left: 0;
	z-index: 99;
	background: url(2020jczf_swiper_left.jpg);
}

.nav_more_3_left_top .tabbar_box .tabbar_btn_right {
	right: 0px;
	z-index: 99;
	background: url(2020jczf_swiper_right.jpg);
}

.nav_more_3_left_top .tabbar_box .tabbar_btn_left:hover,
.nav_more_3_left_top .tabbar_box .tabbar_btn_right:hover {
	opacity: 1;
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.nav_more_3_left_top .tabbar_list .showing {
	display: block;
}

.nav_more_3_left_top .tabbar_left_box {
	width: 100%;
	height: 100%;
}

.nav_more_3_left_top .tabbar_left_box>li {
	margin: 0 8px 19px 13px;
	float: left;
	position: relative;
	width: 124px;
	height: 128px;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior: url(images/2020jczf_PIE.htc);
	text-align: center;
	border: solid 1px #c9c9c9;
	box-sizing: content-box;
}

.nav_more_3_left_top .tabbar_left_box>li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #000;
}

.nav_more_3_left_top .tabbar_left_box>li:hover {
	-moz-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
	*box-shadow: 2px 3px 3px 0px #c4c4c4;
	box-shadow: 2px 3px 3px 0px #c4c4c4;
	behavior: url(images/2020jczf_PIE.htc);
}

.nav_more_3_left_top .tabbar_list_title {
	line-height: 30px;
	float: none;
}

.nav_more_3_left_top .tabbar_left_box>li:hover .tabbar_list_title {
	color: #7a9df2;
}

.nav_more_3_left_top .tabbar_left_box>li.m_left {
	margin-right: 0;
}

.nav_more_3_left_top .tabbar_left_box>li.m_top {
	margin-top: 20px;
}

.nav_more_3_left_top .tabbar_left_box>li .icon_box {
	display: block;
	float: none;
	margin: 22px auto 10px;
	width: 55px;
	height: 55px;
	background: url(2020jczf_icon_lan.png);
}

.nav_more_3_left_top .tabbar_left_box>li.susregister .icon_box {
	background-position: -55px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.edresearch .icon_box {
	background-position: -110px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.employment .icon_box {
	background-position: -110px -385px;
}

.nav_more_3_left_top .tabbar_left_box>li.adpayment .icon_box {
	background-position: -385px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.preparation .icon_box {
	background-position: -165px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.plan .icon_box {
	background-position: -385px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.echange .icon_box {
	background-position: 0px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.sosecurity .icon_box {
	background-position: -0px 109px;
}

.nav_more_3_left_top .tabbar_left_box>li.pqualification .icon_box {
	background-position: -275px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.ppension .icon_box {
	background-position: -330px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.enprgreen .icon_box {
	background-position: -110px -110px;
}

.nav_more_3_left_top .tabbar_left_box>li.culsports .icon_box {
	background-position: -0px -275px;
}

.nav_more_3_left_top .tabbar_left_box>li.medwork .icon_box {
	background-position: -330px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.pubutility .icon_box {
	background-position: -330px -55px;
}

.nav_more_3_left_top .tabbar_left_box>li.cerhandling .icon_box {
	background-position: -110px -55px;
}

.nav_more_3_left_top .tabbar_left_box>li.transportation .icon_box {
	background-position: -220px -55px;
}

.nav_more_3_left_top .tabbar_left_box>li.exandentry .icon_box {
	background-position: 0px -385px;
}

.nav_more_3_left_top .tabbar_left_box>li.pubsecurity .icon_box {
	background-position: -385px -55px;
}

.nav_more_3_left_top .tabbar_left_box>li.turism .icon_box {
	background-position: -275px -55px;
}

.nav_more_3_left_top .tabbar_left_box>li.socialsec .icon_box {
	background-position: -275px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.property .icon_box {
	background-position: -55px -110px;
}

.nav_more_3_left_top .tabbar_left_box>li.culsports .icon_box {
	background-position: -220px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.morpledge .icon_box {
	background-position: -55px -385px;
}

.nav_more_3_left_top .tabbar_left_box>li.housecurity .icon_box {
	background-position: -165px -385px;
}

.nav_more_3_left_top .tabbar_left_box>li.cultsports .icon_box {
	background-position: 0px -275px;
}

.nav_more_3_left_top .tabbar_left_box>li.more .icon_box {
	background-position: -165px -55px;
}

.nav_more_3_left_top .tabbar_left_box>li.hresources .icon_box {
	background-position: 220px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.nationalr .icon_box {
	background-position: -110px -275px;
}

.nav_more_3_left_top .tabbar_left_box>li.operation .icon_box {
	background-position: -165px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.qualification .icon_box {
	background-position: -55px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.socialsecurity .icon_box {
	background-position: -275px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.invesapproval .icon_box {
	background-position: -330px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.annual .icon_box {
	background-position: -110px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.taxfinance .icon_box {
	background-position: -165px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.water .icon_box {
	background-position: -275px -220px;
}

.nav_more_3_left_top .tabbar_left_box>li.medical .icon_box {
	background-position: -330px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.education .icon_box {
	background-position: -220px -110px;
}

.nav_more_3_left_top .tabbar_left_box>li.trans .icon_box {
	background-position: -165px -275px;
}

.nav_more_3_left_top .tabbar_left_box>li.qtechnology .icon_box {
	background-position: -220px -275px;
}

.nav_more_3_left_top .tabbar_left_box>li.forepidemic .icon_box {
	background-position: -275px -275px;
}

.nav_more_3_left_top .tabbar_left_box>li.fprotection .icon_box {
	background-position: -330px -275px;
}

.nav_more_3_left_top .tabbar_left_box>li.trade .icon_box {
	background-position: -385px -275px;
}

.nav_more_3_left_top .tabbar_left_box>li.bidding .icon_box {
	background-position: 0px -330px;
}

.nav_more_3_left_top .tabbar_left_box>li.apledge .icon_box {
	background-position: -220px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.forestry .icon_box {
	background-position: -55px -220px;
}

.nav_more_3_left_top .tabbar_left_box>li.larestoration .icon_box {
	background-position: -385px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.greening .icon_box {
	background-position: -110px -110px;
}

.nav_more_3_left_top .tabbar_left_box>li.sproduction .icon_box {
	background-position: -165px -110px;
}

.nav_more_3_left_top .tabbar_left_box>li.forservice .icon_box {
	background-position: 0px -220px;
}

.nav_more_3_left_top .tabbar_left_box>li.notarization .icon_box {
	background-position: 0px -110px;
}

.nav_more_3_left_top .tabbar_left_box>li.credit .icon_box {
	background-position: -110px -330px;
}

.nav_more_3_left_top .tabbar_left_box>li.cusport .icon_box {
	background-position: -385px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.teinnovation .icon_box {
	background-position: -385px -220px;
}

.nav_more_3_left_top .tabbar_left_box>li.alproperty .icon_box {
	background-position: -55px -110px;
}

.nav_more_3_left_top .tabbar_left_box>li.mentchange .icon_box {
	background-position: -55px 0px;
}

.nav_more_3_left_top .tabbar_left_box>li.putility .icon_box {
	background-position: -330px -55px;
}

.nav_more_3_left_top .tabbar_left_box>li.qualification .icon_box {
	background-position: -55px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.tapproval .icon_box {
	background-position: -330px -165px;
}

.nav_more_3_left_top .tabbar_left_box>li.adpayment .icon_box {
	background-position: -275px -330px;
}

.nav_more_3_left_top .tabbar_left_box>li.legalperson .icon_box {
	background-position: -330px -330px;
}

.nav_more_3_left_top .tabbar_left_box>li.ecreview .icon_box {
	background-position: -165px -385px;
}

@media(max-width:1200px) {
	body {
		min-width: 1300px;
	}
}